﻿/* ================================
   HERO SECTION - RESPONSIVE 768px
   (Tablet Portrait)
================================ */
@media (max-width: 768px) {

    /* ----- HERO WRAPPER ----- */
    .hero-wrap {
        padding-top: 124px;
    }

    .video-box {
        border-radius: 16px;
    }

    .hero-video {
        height: auto;
        min-height: 50vh;
        display: none;
    }

    .video-overlay {
        background: rgba(0, 0, 0, 0.50);
    }

    /* ----- HERO TEXT CONTENT ----- */
    .hero-content {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        width: 100%;
        text-align: center;
        padding: 20px 15px;
        z-index: 2;
    }

    .big-black-friday {
        font-size: 18px;
        letter-spacing: 2px;
        margin-bottom: 12px;
    }

    .hero-title {
        font-size: 28px;
        line-height: 1.25;
    }

    .hero-highlight {
        font-size: 28px;
    }

    .hero-deals {
        font-size: 32px;
        padding: 6px 16px;
        border-width: 2px;
        border-radius: 6px;
        display: inline-block;
        margin-top: 8px;
    }

    .hero-content .caps {
        font-size: 13px;
        max-width: 100%;
        margin: 12px auto 0;
        padding: 0 10px;
    }

    /* ----- HERO FORM OVERLAY ----- */
    .hero-form-overlay {
        width: 96%;
        max-width: 430px;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        top: 0px;
        margin: 20px 0 25px;
        padding: 16px 14px;
        border-radius: 14px;
        background: rgba(255, 255, 255, 0.22);
        backdrop-filter: blur(16px);
        -webkit-backdrop-filter: blur(16px);
    }

    /* ----- CONTACT BOX ----- */
    .contact-box {
        margin-bottom: 15px;
    }

    .phone-deals-text {
        font-size: 15px;
        margin-bottom: 8px;
        line-height: 1.4;
    }

    .phone-call.single-line {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        font-size: 18px;
        font-weight: 700;
        color: #fff;
        text-decoration: none;
    }

        .phone-call.single-line i {
            font-size: 18px;
        }

    .contact-separator {
        margin: 12px 0;
    }

    .below-separator-text {
        font-size: 11px;
        margin-bottom: 14px;
    }

    /* ----- PILL ROW (Trip Type & Class) ----- */
    .pill-row {
        flex-direction: row;
        gap: 10px;
        margin-bottom: 14px;
    }

    .pill-item {
        padding: 10px 12px;
        border-radius: 8px;
    }

        .pill-item.custom-select-box select,
        .pill-select {
            font-size: 13px;
            padding: 4px 0;
        }

    .custom-select-box::after {
        font-size: 10px;
        right: 10px;
    }

    /* ----- FORM WRAPPER ----- */
    .form-wrapper {
        gap: 12px;
    }

    /* ----- FORM ROWS ----- */
    .form-row {
        flex-direction: column;
        gap: 12px;
    }

    /* ----- FORM BOX ----- */
    .form-box {
        width: 100%;
    }

        .form-box input,
        .form-box select {
            height: 48px;
            font-size: 14px;
            padding: 24px 12px 8px 42px;
            border-radius: 10px;
        }

    .form-label {
        font-size: 10px;
        top: 6px;
        left: 42px;
    }

    .input-icon {
        font-size: 16px;
        left: 14px;
    }

    /* ----- DATE INPUTS ----- */
    .date-input,
    input[type="date"] {
        padding: 24px 12px 8px 42px;
    }

    /* ----- PASSENGER SELECT ----- */
    .passenger-select-box {
        width: 100%;
    }

    .passenger-display {
        height: 48px;
        padding: 24px 14px 8px 42px;
        font-size: 14px;
        border-radius: 10px;
    }

        .passenger-display::after {
            font-size: 10px;
        }

    .passenger-dropdown {
        width: 105% !important;
        left: -4px;
        top: -85px;
        padding: 16px;
        border-radius: 12px;
    }

    .passenger-item {
        font-size: 14px;
        margin-bottom: 16px;
    }

        .passenger-item span:first-child {
            font-weight: 600;
        }

    .count-controls {
        gap: 14px;
    }

        .count-controls button,
        .count-btn {
            width: 36px;
            height: 36px;
            font-size: 18px;
            border-radius: 8px;
        }

        .count-controls span {
            min-width: 28px;
            font-size: 16px;
        }

    .close-passenger {
        padding: 12px;
        font-size: 14px;
        border-radius: 10px;
    }

    /* ----- CTA BUTTON ----- */
    .cta-box {
        margin-top: 14px;
    }

    .cta-btn {
        padding: 16px 20px;
        font-size: 15px;
        border-radius: 12px;
        letter-spacing: 0.8px;
        min-height: 52px;
    }

    /* ----- HEADER RESPONSIVE ----- */
    .left-header-group {
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap;
        gap: 10px;
        width: 100%;
        justify-content: space-between;
    }

    .call-btn {
        padding: 10px 26px;
    }

    /* ----- MAIN HEADER ----- */
    .main-header {
        padding: 4px 0;
    }

    .custom-navbar {
        padding: 10px 15px;
        border-radius: 0 0 14px 14px;
    }

        .custom-navbar .container-fluid {
            flex-wrap: wrap;
            justify-content: space-between;
            padding: 0 10px;
        }

    .left-header-group {
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap;
        gap: 10px;
        width: 100%;
        justify-content: space-between;
    }

    .navbar-brand {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .nav-logo {
        height: 45px;
        margin-left: 0;
    }

    .accreditation {
        margin-left: 0;
        flex-direction: row;
        align-items: center;
        gap: 8px;
    }

    .acc-text {
        font-size: 9px;
        letter-spacing: 0.3px;
        display: none;
    }

    .acc-logo-row {
        gap: 6px;
    }

    .acc-logo {
        height: 40px;
    }

    .call-box-wrapper {
        position: relative;
        margin-left: 0;
        margin-right: 0;
        right: auto;
        top: auto;
        margin-top: 0;
    }

    .call-now-badge {
        display: none;
    }

    .call-btn {
        padding: 8px 16px;
        border-radius: 8px;
    }

        .call-btn .line1 {
            display: none;
        }

        .call-btn .line2 {
            font-size: 14px;
            margin-left: 0;
            margin-top: 0;
        }

        .call-btn .line3 {
            font-size: 9px;
            margin-left: 0;
            margin-bottom: 0;
        }

    /* ----- 3 STEP SECTION ----- */
    .steps-wrapper {
        flex-direction: column;
    }

    /* ----- FOOTER ----- */
    .footer-dark {
        padding: 50px 0 30px 0;
    }

        .footer-dark .container {
            padding: 0 20px;
        }

        .footer-dark .row.mb-5 {
            flex-direction: column;
            gap: 30px;
            margin-bottom: 30px !important;
        }

        .footer-dark .col-md {
            width: 100%;
            max-width: 100%;
            flex: 0 0 100%;
        }

    .ftco-footer-widget {
        text-align: center;
    }

    .ftco-heading-2-Keep-in-touch,
    .ftco-heading-2 {
        font-size: 20px;
        margin-top: 15px;
        margin-bottom: 18px;
        text-align: center;
    }

    .social-row {
        display: flex;
        justify-content: center;
        gap: 15px;
        margin-bottom: 20px;
        padding: 0;
    }

        .social-row li {
            list-style: none;
        }

            .social-row li a {
                width: 45px;
                height: 45px;
                display: flex;
                align-items: center;
                justify-content: center;
                border-radius: 50%;
                background: rgba(255, 255, 255, 0.1);
                transition: 0.3s ease;
            }

                .social-row li a:hover {
                    background: rgba(255, 255, 255, 0.2);
                    transform: translateY(-3px);
                }

        .social-row span {
            font-size: 20px;
            color: #fff;
        }

    .footer-cert-logos {
        display: flex;
        justify-content: center;
        gap: 15px;
        margin: 20px 0;
        flex-wrap: wrap;
    }

        .footer-cert-logos img {
            height: 50px;
            width: auto;
            object-fit: contain;
        }

    .footer-dark p {
        font-size: 14px;
        text-align: center;
        margin-bottom: 10px;
        color: rgba(255, 255, 255, 0.85);
    }

        .footer-dark p a {
            color: #fff;
            text-decoration: none;
            font-weight: 600;
        }

            .footer-dark p a:hover {
                text-decoration: underline;
            }

    .footer-dark .col-md .row {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin: 0;
        gap: 0;
    }

        .footer-dark .col-md .row > .col-6 {
            width: 50%;
            flex: 0 0 50%;
            padding: 0 15px;
            box-sizing: border-box;
        }

    .link-list {
        text-align: center;
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .link-list li {
            margin-bottom: 12px;
        }

        .link-list a {
            font-size: 14px;
            color: rgba(255, 255, 255, 0.8);
            text-decoration: none;
            transition: 0.3s ease;
            display: inline-block;
            padding: 5px 0;
        }

            .link-list a:hover {
                color: #fff;
            }

    .footer-bottom-text {
        margin-top: 30px;
        padding: 20px 10px 0;
        border-top: 1px solid rgba(255, 255, 255, 0.15);
    }

        .footer-bottom-text p {
            font-size: 12px;
            line-height: 1.7;
            margin-bottom: 12px;
            text-align: center;
            color: rgba(255, 255, 255, 0.7);
        }

            .footer-bottom-text p a {
                color: rgba(255, 255, 255, 0.9);
            }

        .footer-bottom-text .copyright {
            font-size: 13px;
            margin-top: 20px;
            font-weight: 700;
            color: #fff;
            text-align: center;
        }

    .floating-contact-buttons {
        position: fixed;
        bottom: 15px;
        right: 15px;
        display: flex;
        flex-direction: column;
        gap: 10px;
        z-index: 9999;
    }

    .float-btn {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 24px;
        color: #fff;
        text-decoration: none;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
        transition: 0.3s ease;
    }

        .float-btn.whatsapp {
            background: #25d366;
        }

        .float-btn.phone {
            background: #667eea;
        }

        .float-btn:hover {
            transform: translateY(-3px) scale(1.05);
        }
}


/* ================================
   HERO SECTION - RESPONSIVE 480px
   (Mobile Portrait)
================================ */
@media (max-width: 480px) {

    /* ----- HERO WRAPPER ----- */
    .hero-wrap {
        padding-top: 100px;
    }

    .video-box {
        border-radius: 12px;
        overflow: hidden;
    }

    .hero-video {
        height: auto;
        min-height: 45vh;
        object-fit: cover;
        display: none;
    }

    .video-overlay {
        background: rgba(0, 0, 0, 0.55);
    }

    .mb-4, .my-4 {
        margin-bottom: 1.5rem !important;
        gap: 9px;
    }

    /* ----- HERO TEXT CONTENT ----- */
    .hero-content {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        width: 100%;
        text-align: center;
        padding: 15px 12px;
        z-index: 2;
    }

    .big-black-friday {
        font-size: 14px;
        letter-spacing: 1.5px;
        margin-bottom: 10px;
        background: linear-gradient(90deg, #ffcc00 0%, #ffdb4d 35%, #ffe680 70%, #fff4bf 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .hero-title {
        font-size: 22px;
        line-height: 1.3;
        margin-bottom: 8px;
    }

    .hero-highlight {
        font-size: 22px;
        display: block;
        margin: 6px 0;
    }

    .hero-deals {
        font-size: 24px;
        padding: 5px 12px;
        border-width: 2px;
        border-radius: 6px;
        display: inline-block;
        margin-top: 6px;
        box-shadow: 0 0 12px rgba(212, 160, 23, 0.45), inset 0 0 8px rgba(212, 160, 23, 0.25);
    }

    .hero-content .caps {
        font-size: 12px;
        max-width: 100%;
        margin: 10px auto 0;
        padding: 0 5px;
        line-height: 1.5;
    }

    /* ----- HERO FORM OVERLAY ----- */
    .hero-form-overlay {
        position: relative;
        top: auto;
        right: auto;
        transform: none;
        width: 96%;
        max-width: 400px;
        margin: 20px -194px 25px;
        padding: 16px 14px;
        border-radius: 12px;
        background: rgba(255, 255, 255, 0.20);
        backdrop-filter: blur(14px);
        -webkit-backdrop-filter: blur(14px);
        border: 1px solid rgba(255, 255, 255, 0.18);
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.30);
    }

    /* ----- CONTACT BOX ----- */
    .contact-box {
        margin-bottom: 12px;
        text-align: center;
    }

    .phone-deals-text {
        font-size: 13px;
        margin-bottom: 8px;
        line-height: 1.4;
        font-weight: 600;
    }

    .phone-call.single-line {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        font-size: 20px;
        font-weight: 800;
        color: #fff;
        text-decoration: none;
        padding: 8px 16px;
        background: rgba(255, 255, 255, 0.12);
        border-radius: 8px;
        transition: 0.3s ease;
    }

        .phone-call.single-line i {
            font-size: 20px;
            animation: phoneRing 1.2s infinite ease-in-out;
        }

    .contact-separator {
        margin: 10px 0;
        height: 1px;
        background: rgba(255, 255, 255, 0.30);
    }

    .below-separator-text {
        font-size: 10px;
        margin-bottom: 12px;
        opacity: 0.85;
    }

    /* ----- PILL ROW (Trip Type & Class) ----- */
    .pill-row {
        flex-direction: column;
        gap: 8px;
        margin-bottom: 12px;
        margin-left: 0px;
    }
    .input-icon {
        color: #1270b4!important;
    }
    .pill-item {
        padding: 10px 12px;
        border-radius: 8px;
        width: 100%;
    }

        .pill-item.custom-select-box select,
        .pill-select {
            font-size: 13px;
            padding: 5px 0;
            width: 100%;
        }

    .custom-select-box::after {
        font-size: 9px;
        right: 12px;
    }

    /* ----- FORM WRAPPER ----- */
    .form-wrapper {
        gap: 10px;
    }

    /* ----- FORM ROWS ----- */
    .form-row {
        flex-direction: column;
        gap: 10px;
    }

    /* ----- FORM BOX ----- */
    .form-box {
        width: 100%;
        position: relative;
    }

        .form-box input,
        .form-box select {
            width: 100%;
            height: 50px;
            font-size: 14px;
            padding: 22px 12px 8px 40px;
            border-radius: 8px;
            border: 1.3px solid #dcdcdc;
            background: #fff;
            color: #999999;
        }

            .form-box input::placeholder {
                font-size: 12px;
                color: #999;
            }

            .form-box input:focus,
            .form-box select:focus {
                border-color: #667eea;
                box-shadow: 0 0 0 2px rgba(102, 126, 234, 0.12);
                outline: none;
            }

    .form-label {
        font-size: 13px;
        top: 5px;
        left: 40px;
        letter-spacing: 0.2px;
    }

    .input-icon {
        font-size: 15px;
        left: 12px;
        color: #667eea;
    }

    /* ----- DATE INPUTS ----- */
    .date-input,
    input[type="date"] {
        padding: 22px 12px 8px 40px;
        font-size: 14px;
        color: #3333337d;
    }

        input[type="date"]:valid {
            color: #6c757d;
        }

        input[type="date"]::-webkit-calendar-picker-indicator {
            opacity: 0.7;
            cursor: pointer;
            width: 20px;
            height: 20px;
        }

    /* ----- PASSENGER SELECT BOX ----- */
    .passenger-select-box {
        width: 100%;
        position: relative;
    }

    .passenger-display {
        width: 100%;
        height: 50px;
        padding: 22px 14px 8px 40px;
        font-size: 14px;
        border-radius: 8px;
        background: #fff;
        border: 1.3px solid #dcdcdc;
        display: flex;
        align-items: center;
        justify-content: space-between;
        cursor: pointer;
    }

        .passenger-display::after {
            content: '▼';
            font-size: 9px;
            color: #666;
        }

    .passenger-dropdown {
        position: absolute;
        width: 100% !important;
        left: 0;
        top: -136px;
        padding: 14px;
        border-radius: 10px;
        background: #fff;
        border: 1.3px solid #dcdcdc;
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
        z-index: 999;
    }

        .passenger-dropdown.active {
            display: block;
        }

    .passenger-item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 14px;
        color: #333;
        margin-bottom: 14px;
        padding-bottom: 12px;
        border-bottom: 1px solid #f0f0f0;
    }

        .passenger-item:last-of-type {
            margin-bottom: 14px;
            border-bottom: none;
        }

        .passenger-item span:first-child {
            font-weight: 600;
        }

    .count-controls {
        display: flex;
        align-items: center;
        gap: 12px;
    }

        .count-controls button,
        .count-btn {
            width: 34px;
            height: 34px;
            font-size: 18px;
            font-weight: 600;
            border-radius: 8px;
            background: #f0f0f0;
            border: none;
            cursor: pointer;
            color: #333;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: 0.2s ease;
        }

            .count-controls button:hover,
            .count-btn:hover {
                background: #667eea;
                color: #fff;
            }

            .count-controls button:disabled,
            .count-btn:disabled {
                opacity: 0.4;
                cursor: not-allowed;
            }

        .count-controls span {
            min-width: 24px;
            text-align: center;
            font-weight: 600;
            font-size: 15px;
        }

    .close-passenger {
        width: 100%;
        padding: 12px;
        font-size: 14px;
        font-weight: 600;
        border-radius: 8px;
        background: #667eea;
        color: #fff;
        border: none;
        cursor: pointer;
        transition: 0.3s ease;
    }

        .close-passenger:hover {
            background: #5568d3;
        }

    .big-img-right {
        width: 70%;
        position: absolute;
        right: 11px;
        top: 89px;
    }

    /* ----- CTA BUTTON ----- */
    .cta-box {
        margin-top: 12px;
    }

    .cta-btn {
        width: 100%;
        padding: 15px 18px;
        font-size: 14px;
        font-weight: 700;
        border-radius: 10px;
        border: 2px solid #fff;
        background: transparent;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 0.8px;
        cursor: pointer;
        transition: 0.3s ease;
        min-height: 50px;
    }

        .cta-btn:hover,
        .cta-btn:active {
            background: #fff;
            color: #667eea;
            transform: translateY(-1px);
            box-shadow: 0 6px 16px rgba(0, 0, 0, 0.18);
        }

    /* ----- MAIN HEADER ----- */
    .main-header {
        padding: 2px 0;
    }

    .custom-navbar {
        padding: 8px 10px;
        border-radius: 0 0 12px 12px;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.30);
    }

        .custom-navbar .container-fluid {
            padding: 0 8px;
        }

    .left-header-group {
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-between;
        gap: 6px;
        width: 100%;
    }

    .navbar-brand {
        margin-left: 0 !important;
        margin-right: 0 !important;
        flex-shrink: 0;
    }

    .nav-logo {
        height: 38px;
        margin-left: -38px;
    }

    .accreditation {
        margin-left: 0;
        flex-direction: row;
        align-items: center;
        gap: 4px;
        flex-shrink: 0;
    }

    .acc-text {
        display: none;
    }

    .acc-logo-row {
        gap: 4px;
    }

    .acc-logo {
        height: 32px;
    }

    .call-box-wrapper {
        position: relative;
        margin-left: auto;
        margin-right: 0;
        right: auto;
        top: auto;
        margin-top: 0;
        flex-shrink: 0;
    }

    .call-now-badge {
        display: none;
    }

    .call-btn {
        padding: 6px 10px;
        border-radius: 6px;
        gap: 1px;
    }

        .call-btn .line1 {
            display: none;
        }

        .call-btn .line2 {
            font-size: 11px;
            margin-left: 0;
            margin-top: 0;
            gap: 4px;
        }

            .call-btn .line2 i {
                font-size: 12px;
            }

        .call-btn .line3 {
            font-size: 8px;
            margin-left: 0;
            margin-bottom: 0;
            opacity: 0.8;
        }

    /* ----- FOOTER ----- */
    .footer-dark {
        padding: 40px 0 25px 0;
    }

        .footer-dark .container {
            padding: 0 15px;
        }

        .footer-dark .row.mb-5 {
            flex-direction: column;
            gap: 25px;
            margin-bottom: 20px !important;
        }

        .footer-dark .col-md {
            width: 100%;
            max-width: 100%;
            flex: 0 0 100%;
        }

    .ftco-footer-widget {
        text-align: center;
    }

    .ftco-heading-2-Keep-in-touch,
    .ftco-heading-2 {
        font-size: 18px;
        margin-top: 10px;
        margin-bottom: 15px;
        text-align: center;
    }

    .social-row {
        display: flex;
        justify-content: center;
        gap: 12px;
        margin-bottom: 18px;
        padding: 0;
    }

        .social-row li {
            list-style: none;
        }

            .social-row li a {
                width: 42px;
                height: 42px;
                display: flex;
                align-items: center;
                justify-content: center;
                border-radius: 50%;
                background: rgba(255, 255, 255, 0.1);
                transition: 0.3s ease;
            }

                .social-row li a:active {
                    background: rgba(255, 255, 255, 0.25);
                    transform: scale(0.95);
                }

        .social-row span {
            font-size: 18px;
            color: #fff;
        }

    .footer-cert-logos {
        display: flex;
        justify-content: center;
        gap: 12px;
        margin: 18px 0;
        flex-wrap: wrap;
    }

        .footer-cert-logos img {
            height: 42px;
            width: auto;
            object-fit: contain;
        }

    .footer-dark p {
        font-size: 13px;
        text-align: center;
        margin-bottom: 8px;
        color: rgba(255, 255, 255, 0.85);
    }

        .footer-dark p strong {
            display: inline;
            margin-bottom: 0;
            margin-right: 5px;
        }
    .contact-row {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 25px;
        flex-wrap: wrap;
        margin: 15px 0;
    }

        .contact-row p {
            margin-bottom: 0;
        }
    .ftco-footer-widget .contact-row {
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap: 20px;
        flex-wrap: wrap;
    }

        .footer-dark p a {
            color: #fff;
            text-decoration: none;
            font-weight: 600;
            font-size: 15px;
        }

    .footer-dark .col-md .row {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin: 0;
        gap: 0;
    }

        .footer-dark .col-md .row > .col-6 {
            width: 50%;
            flex: 0 0 50%;
            max-width: 50%;
            padding: 0 10px;
            text-align: center;
            box-sizing: border-box;
        }

    .link-list {
        text-align: center;
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .link-list li {
            margin-bottom: 14px;
        }

        .link-list a {
            font-size: 14px;
            color: rgba(255, 255, 255, 0.8);
            text-decoration: none;
            transition: 0.3s ease;
            display: inline-block;
            padding: 8px 15px;
            border-radius: 6px;
        }

            .link-list a:active {
                background: rgba(255, 255, 255, 0.1);
            }

    .footer-bottom-text {
        margin-top: 25px;
        padding: 18px 5px 0;
        border-top: 1px solid rgba(255, 255, 255, 0.12);
    }

        .footer-bottom-text p {
            font-size: 11px;
            line-height: 1.6;
            margin-bottom: 10px;
            text-align: center;
            color: rgba(255, 255, 255, 0.65);
        }

            .footer-bottom-text p a {
                color: rgba(255, 255, 255, 0.85);
                word-break: break-word;
            }

        .footer-bottom-text .copyright {
            font-size: 12px;
            margin-top: 18px;
            font-weight: 700;
            color: #fff;
            text-align: center;
        }

    .floating-contact-buttons {
        position: fixed;
        bottom: 12px;
        right: 12px;
        display: flex;
        flex-direction: column;
        gap: 8px;
        z-index: 9999;
    }

    .float-btn {
        width: 48px;
        height: 48px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 22px;
        color: #fff;
        text-decoration: none;
        box-shadow: 0 4px 14px rgba(0, 0, 0, 0.3);
        transition: 0.3s ease;
    }

        .float-btn.whatsapp {
            background: #25d366;
        }

        .float-btn.phone {
            background: #667eea;
        }

        .float-btn:active {
            transform: scale(0.95);
        }
}

@media (min-width: 361px) and (max-width: 415px) {
    .hero-form-overlay {
        position: relative !important;
        left: 50%;
        transform: translateX(-50%);
        margin: 20px 0 25px !important;
        width: 100%;
        max-width: 350px;
        padding: 18px 16px;
    }
}


/* ================================
   EXTRA SMALL DEVICES (360px)
================================ */
@media (max-width: 360px) {

    .hero-wrap {
        padding-top: 95px;
    }

    .hero-content {
        padding: 12px 10px;
    }

    .big-black-friday {
        font-size: 12px;
        letter-spacing: 1px;
    }

    .hero-title {
        font-size: 18px;
    }

    .hero-highlight {
        font-size: 18px;
    }

    .hero-deals {
        font-size: 20px;
        padding: 4px 10px;
    }

    .hero-content .caps {
        font-size: 11px;
    }

    .hero-form-overlay {
        width: 98%;
        max-width: 360px;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        padding: 14px 12px;
        margin: 15px 0 20px !important;
    }

    .phone-deals-text {
        font-size: 12px;
    }

    .phone-call.single-line {
        font-size: 20px;
        padding: 6px 12px;
    }

    .below-separator-text {
        font-size: 9px;
    }

    .pill-item {
        padding: 8px 10px;
    }

    .pill-select {
        font-size: 12px;
    }

    .form-box input,
    .form-box select {
        height: 46px;
        font-size: 13px;
        padding: 20px 10px 6px 36px;
    }

    .form-label {
        font-size: 13px;
        left: 36px;
    }

    .input-icon {
        font-size: 14px;
        left: 10px;
    }

    .passenger-display {
        height: 46px;
        padding: 20px 12px 6px 36px;
        font-size: 13px;
    }

    .passenger-dropdown {
        padding: 12px;
    }

    .passenger-item {
        font-size: 13px;
        margin-bottom: 12px;
    }

    .count-controls button {
        width: 30px;
        height: 30px;
        font-size: 16px;
    }

    .count-controls span {
        font-size: 14px;
    }

    .close-passenger {
        padding: 10px;
        font-size: 13px;
    }

    .cta-btn {
        padding: 14px 16px;
        font-size: 13px;
        min-height: 46px;
    }

    /* Header */
    .custom-navbar {
        padding: 6px 8px;
    }

    .nav-logo {
        height: 28px;
        margin-left: -52px;
    }

    .acc-logo {
        height: 28px;
    }

    .acc-logo-row {
        gap: 3px;
    }

    .call-btn {
        padding: 5px 8px;
        border-radius: 5px;
    }

        .call-btn .line2 {
            font-size: 10px;
            gap: 3px;
        }

            .call-btn .line2 i {
                font-size: 10px;
            }

        .call-btn .line3 {
            font-size: 7px;
        }

    /* Footer */
    .footer-dark {
        padding: 35px 0 20px 0;
    }

        .footer-dark .container {
            padding: 0 12px;
        }

    .ftco-heading-2-Keep-in-touch,
    .ftco-heading-2 {
        font-size: 16px;
        margin-bottom: 12px;
    }

    .social-row {
        gap: 10px;
        margin-bottom: 15px;
    }

        .social-row li a {
            width: 38px;
            height: 38px;
        }

        .social-row span {
            font-size: 16px;
        }

    .footer-cert-logos {
        gap: 10px;
        margin: 15px 0;
    }

        .footer-cert-logos img {
            height: 36px;
        }

    .footer-dark p {
        font-size: 12px;
    }

        .footer-dark p a {
            font-size: 14px;
        }

    .link-list li {
        margin-bottom: 0px;
    }

    .link-list a {
        font-size: 13px;
        padding: 6px 12px;
    }

    .footer-bottom-text {
        margin-top: 20px;
        padding: 15px 3px 0;
    }

        .footer-bottom-text p {
            font-size: 10px;
            line-height: 1.55;
            margin-bottom: 8px;
        }

        .footer-bottom-text .copyright {
            font-size: 11px;
            margin-top: 15px;
        }

    .floating-contact-buttons {
        bottom: 10px;
        right: 10px;
        gap: 6px;
    }

    .float-btn {
        width: 44px;
        height: 44px;
        font-size: 20px;
    }
}


/* ================================
   LANDSCAPE ORIENTATION FIX
================================ */
@media (max-width: 768px) and (orientation: landscape) {
    .hero-video {
        min-height: 140vh;
        display: none;
    }

    .hero-content {
        padding: 10px 15px;
    }

    .hero-title {
        font-size: 24px;
    }

    .hero-deals {
        font-size: 28px;
    }

    .hero-form-overlay {
        width: 95%;
        max-width: 450px;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        margin: 15px 0 20px !important;
        padding: 14px;
        backdrop-filter: blur(14px);
        -webkit-backdrop-filter: blur(14px);
    }

    .form-row {
        flex-direction: row;
        gap: 10px;
    }

    .form-box {
        flex: 1;
    }

    .pill-row {
        flex-direction: row;
    }

    .form-box input,
    .form-box select {
        height: 44px;
    }

    .passenger-display {
        height: 44px;
    }

    /* Header */
    .left-header-group {
        flex-direction: row;
        justify-content: space-between;
    }

    .nav-logo {
        height: 40px;
    }

    .acc-logo {
        height: 35px;
    }

    .call-btn {
        padding: 6px 12px;
    }

        .call-btn .line2 {
            font-size: 12px;
        }

    /* Footer - 2 columns */
    .footer-dark .row.mb-5 {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .footer-dark .col-md {
        width: 50%;
        flex: 0 0 50%;
    }

        .footer-dark .col-md .row {
            flex-direction: row;
        }

            .footer-dark .col-md .row > .col-6 {
                width: 50%;
                flex: 0 0 50%;
            }

    .ftco-footer-widget {
        text-align: left;
    }

    .ftco-heading-2-Keep-in-touch,
    .ftco-heading-2 {
        text-align: left;
    }

    .social-row {
        justify-content: flex-start;
    }

    .footer-cert-logos {
        justify-content: flex-start;
    }

    .footer-dark p {
        text-align: left;
    }

    .link-list {
        text-align: left;
    }

    /* Floating Buttons */
    .floating-contact-buttons {
        flex-direction: row;
        bottom: 10px;
        right: 50%;
        transform: translateX(50%);
    }
}


/* ================================
   TOUCH DEVICE OPTIMIZATIONS
================================ */
@media (hover: none) and (pointer: coarse) {

    /* Larger touch targets for mobile */
    .form-box input,
    .form-box select {
        min-height: 48px;
    }

    .passenger-display {
        min-height: 48px;
    }

    .count-controls button {
        min-width: 40px;
        min-height: 40px;
    }

    .cta-btn {
        min-height: 52px;
    }

    .close-passenger {
        min-height: 48px;
    }

    .phone-call.single-line {
        min-height: 44px;
    }

    /* Larger touch targets for header/footer */
    .call-btn {
        min-height: 44px;
    }

    .social-row li a {
        min-width: 44px;
        min-height: 44px;
    }

    .link-list a {
        min-height: 0px;
        display: inline-flex;
        align-items: center;
    }

    .float-btn {
        min-width: 48px;
        min-height: 48px;
    }

    /* Remove hover effects on touch devices */
    .cta-btn:hover {
        transform: none;
    }

    .count-controls button:hover {
        background: #f0f0f0;
        color: #333;
    }

    .call-btn:hover {
        transform: none;
    }

    .float-btn:hover {
        transform: none;
    }

    .social-row li a:hover {
        transform: none;
    }

    /* Active state for touch feedback */
    .cta-btn:active {
        background: #fff;
        color: #667eea;
        transform: scale(0.98);
    }

    .count-controls button:active {
        background: #667eea;
        color: #fff;
    }

    .call-btn:active {
        transform: scale(0.98);
        opacity: 0.9;
    }

    .float-btn:active {
        transform: scale(0.95);
    }

    .social-row li a:active {
        transform: scale(0.95);
        background: rgba(255, 255, 255, 0.25);
    }

    .link-list a:active {
        opacity: 0.7;
        background: rgba(255, 255, 255, 0.1);
    }
}


/* ================================
   SAFE AREA INSETS (iPhone X+)
================================ */
@supports (padding-bottom: env(safe-area-inset-bottom)) {
    .floating-contact-buttons {
        bottom: calc(12px + env(safe-area-inset-bottom));
        right: calc(12px + env(safe-area-inset-right));
    }

    .footer-dark {
        padding-bottom: calc(25px + env(safe-area-inset-bottom));
    }
}


/* ================================
   ABOUT SECTION - RESPONSIVE
================================ */
@media (max-width: 768px) {
    .premium-services-section {
        padding: 50px 0;
    }

    .big-left {
        text-align: center !important;
        padding-right: 0;
        padding: 0 15px;
    }

    .welcome-tag {
        font-size: 13px;
        letter-spacing: 2px;
    }

    .title-big {
        font-size: 28px;
        margin-bottom: 12px;
    }

    .subtitle-big {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .desc-big {
        font-size: 15px;
        text-align: justify;
        margin-bottom: 15px;
    }

    .premium-btn {
        padding: 12px 24px;
        font-size: 14px;
    }
}

@media (min-width: 481px) and (max-width: 769px) {
    .about-img-wrapper {
        position: relative;
        padding: 20px;
        margin-top: 30px;
        height: 400px;
    }

    .big-img-left {
        width: 70%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
    }

    .big-img-right {
        width: 60%;
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: 2;
    }
}

@media (max-width: 480px) {
    .about-img-wrapper {
        position: relative;
        padding: 15px;
        margin-top: 30px;
        height: 350px;
    }

    .big-img-left {
        width: 90%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
    }

    .big-img-right {
        width: 90%;
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: 2;
    }

    .premium-services-section {
        padding: 40px 18px;
    }

    .welcome-tag {
        font-size: 12px;
        letter-spacing: 1.5px;
    }

    .title-big {
        font-size: 24px;
    }

    .subtitle-big {
        font-size: 15px;
    }

    .desc-big {
        font-size: 14px;
    }

    .premium-btn {
        padding: 10px 20px;
        font-size: 13px;
        width: 100%;
        text-align: center;
    }

    .about-img-wrapper {
        padding: 10px;
    }

    .big-img-right {
        width: 90%;
    }
}


/* ================================
   3 STEP SECTION - RESPONSIVE
================================ */
@media (max-width: 768px) {
    .three-step-section {
        padding: 50px 0;
    }

    .three-step-title {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .steps-wrapper {
        flex-direction: column;
        gap: 20px;
    }

    .step-card {
        padding: 25px;
        border-radius: 14px;
    }

    .step-number {
        font-size: 13px;
        padding: 5px 16px;
    }

    .step-card h4 {
        font-size: 18px;
    }

    .step-card p {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .three-step-section {
        padding: 40px 0;
    }

    .three-step-title {
        font-size: 20px;
        margin-bottom: 25px;
    }

    .step-card {
        padding: 20px;
        border-left-width: 4px;
    }

    .step-number {
        font-size: 12px;
        padding: 4px 14px;
    }

    .step-card h4 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .step-card p {
        font-size: 13px;
    }
}


/* ================================
   WHY BOOK WITH US - RESPONSIVE
================================ */
@media (max-width: 768px) {
    .why-book-section {
        padding: 50px 0 80px;
    }

    .why-book-title .title-top {
        font-size: 14px;
    }

    .why-book-title .title-bottom {
        font-size: 26px;
    }

    .why-book-sub {
        font-size: 15px;
        margin-bottom: 35px;
        padding: 0 15px;
    }

    .why-book-grid {
        row-gap: 20px;
    }

    .why-card {
        padding: 22px;
        border-radius: 14px;
    }

        .why-card h4 {
            font-size: 18px;
        }

        .why-card p {
            font-size: 14px;
        }
}

@media (max-width: 480px) {
    .why-book-section {
        padding: 40px 0 60px;
    }

    .why-book-title .title-top {
        font-size: 12px;
        letter-spacing: 0.5px;
    }

    .why-book-title .title-bottom {
        font-size: 22px;
    }

    .why-book-sub {
        font-size: 14px;
        margin-bottom: 30px;
    }

    .why-card {
        padding: 18px;
        border-left-width: 4px;
    }

        .why-card h4 {
            font-size: 16px;
            margin-bottom: 8px;
        }

        .why-card p {
            font-size: 13px;
        }
}


/* ================================
   TOP DEALS - RESPONSIVE
================================ */
@media (max-width: 768px) {
    .top-deals-title .title-top {
        font-size: 14px;
    }

    .top-deals-title .title-bottom {
        font-size: 26px;
    }

    .top-deals-note {
        margin: 15px auto 0;
    }

        .top-deals-note p {
            font-size: 10px;
        }
}

@media (max-width: 480px) {
    .top-deals-title .title-top {
        font-size: 12px;
    }

    .top-deals-title .title-bottom {
        font-size: 22px;
    }

    .top-deals-note p {
        font-size: 9px;
    }
}


/* ================================
   DEAL CARDS - RESPONSIVE
================================ */
@media (max-width: 768px) {
    .trending-destinations {
        padding: 40px 0;
    }

    .deal-card {
        border-radius: 18px;
        margin-bottom: 25px;
    }

    .deal-image {
        height: 180px;
        border-radius: 18px 18px 0 0;
    }

    .deal-content {
        padding: 16px 18px;
    }

    .discount-text {
        font-size: 13px;
    }

    .deal-title {
        font-size: 15px;
        margin-bottom: 12px;
    }

    .price {
        font-size: 20px;
    }

        .price small {
            font-size: 9px;
        }

    .arrow-icon {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .trending-destinations {
        padding: 30px 0;
    }

    .deal-card {
        border-radius: 16px;
        margin-bottom: 20px;
    }

    .deal-image {
        height: 160px;
        border-radius: 16px 16px 0 0;
    }

    .deal-content {
        padding: 14px 16px;
    }

    .discount-text {
        font-size: 12px;
        margin-bottom: 4px;
    }

    .deal-title {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .price {
        font-size: 18px;
    }

    .arrow-icon {
        font-size: 14px;
    }
}


/* ================================
   DESTINATION INFO SECTION - RESPONSIVE
================================ */
@media (max-width: 768px) {
    .destination-info-section {
        padding: 50px 0;
    }

    .destination-main-title {
        font-size: 26px;
        margin-bottom: 12px;
    }

    .destination-intro {
        font-size: 15px;
        margin-bottom: 30px;
        padding: 0 15px;
    }

    .sub-heading {
        font-size: 22px;
        margin-top: 30px;
        margin-bottom: 15px;
    }

    .info-card {
        padding: 18px;
        border-radius: 12px;
        margin-bottom: 20px;
    }

        .info-card h4 {
            font-size: 16px;
        }

        .info-card p {
            font-size: 14px;
        }

    .small-attr-card {
        padding: 15px;
        border-radius: 12px;
        margin-bottom: 15px;
    }

        .small-attr-card h5 {
            font-size: 16px;
        }

        .small-attr-card p {
            font-size: 13px;
        }
}

@media (max-width: 480px) {
    .destination-info-section {
        padding: 40px 0;
    }

    .destination-main-title {
        font-size: 22px;
    }

    .destination-intro {
        font-size: 14px;
        margin-bottom: 25px;
    }

    .sub-heading {
        font-size: 20px;
        margin-top: 25px;
        margin-bottom: 12px;
    }

    .info-card {
        padding: 16px;
        border-left-width: 3px;
    }

        .info-card h4 {
            font-size: 15px;
            margin-bottom: 8px;
        }

        .info-card p {
            font-size: 13px;
        }

    .small-attr-card {
        padding: 14px;
    }

        .small-attr-card h5 {
            font-size: 15px;
            margin-bottom: 6px;
        }

        .small-attr-card p {
            font-size: 12px;
        }
}


/* ================================
   NAVBAR RESPONSIVE
================================ */
@media (max-width: 768px) {
    .custom-navbar .nav-link {
        font-size: 14px;
        padding: 8px 12px;
    }

    .navbar-collapse {
        background: rgba(0, 0, 0, 0.85);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        border-radius: 12px;
        padding: 15px;
        margin-top: 10px;
    }

    .navbar-nav {
        text-align: center;
    }

    .custom-navbar .nav-item {
        margin-bottom: 5px;
    }

    .custom-navbar .nav-link:hover {
        border-bottom: none;
        background: rgba(255, 255, 255, 0.1);
        border-radius: 8px;
    }
}

@media (max-width: 480px) {
    .custom-navbar .nav-link {
        font-size: 13px;
        padding: 10px;
    }

    .navbar-collapse {
        padding: 12px;
        margin-top: 8px;
    }
}


/* ================================
   FORM FOCUS STATES - MOBILE
================================ */
@media (max-width: 768px) {
    .form-box input:focus,
    .form-box select:focus {
        border-color: #667eea;
        box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.2);
    }

    .passenger-display:focus,
    .passenger-select-box:focus-within .passenger-display {
        border-color: #667eea;
        box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.2);
    }
}


/* ================================
   PRINT STYLES
================================ */
@media print {
    .main-header,
    .floating-contact-buttons,
    .hero-form-overlay,
    .video-overlay,
    .hero-video,
    .call-box-wrapper,
    .navbar-toggler {
        display: none !important;
    }

    .hero-wrap {
        padding-top: 0;
    }

    .hero-content {
        position: relative;
        color: #000;
    }

    .hero-title,
    .hero-highlight,
    .hero-deals {
        color: #000 !important;
        -webkit-text-fill-color: #000 !important;
    }

    .footer-dark {
        background: #fff !important;
        color: #000 !important;
    }

        .footer-dark * {
            color: #000 !important;
        }
}


/* ================================
   HIGH CONTRAST MODE
================================ */
@media (prefers-contrast: high) {
    .hero-form-overlay {
        background: rgba(0, 0, 0, 0.9);
        border: 2px solid #fff;
    }

    .form-box input,
    .form-box select,
    .passenger-display {
        border-width: 2px;
    }

    .cta-btn {
        border-width: 3px;
    }

    .float-btn {
        border: 2px solid #fff;
    }
}


/* ================================
   REDUCED MOTION
================================ */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }

    .phone-call i {
        animation: none;
    }

    .call-btn::before {
        animation: none;
    }

    .deal-card:hover,
    .info-card:hover,
    .small-attr-card:hover,
    .step-card:hover,
    .why-card:hover {
        transform: none;
    }

    .cta-btn:hover,
    .float-btn:hover,
    .call-btn:hover {
        transform: none;
    }
}


/* ================================
   DARK MODE SUPPORT (Optional)
================================ */
@media (prefers-color-scheme: dark) {
    /* Add dark mode styles if needed */
}


/* ================================
   ORIENTATION CHANGE HANDLING
================================ */
@media screen and (orientation: portrait) {
    .hero-form-overlay {
        max-width: 95%;
    }
}

@media screen and (orientation: landscape) and (max-height: 500px) {
    .hero-wrap {
        padding-top: 80px;
    }

    .hero-content {
        padding: 8px 10px;
    }

    .hero-form-overlay {
        padding: 10px 12px;
    }

    .form-box input,
    .form-box select {
        height: 40px;
        padding: 18px 10px 6px 36px;
    }

    .passenger-display {
        height: 40px;
    }

    .cta-btn {
        padding: 12px 16px;
        min-height: 44px;
    }
}


/* ================================
   SPECIFIC DEVICE FIXES
================================ */

/* iPhone SE, iPhone 5/5S */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {

    .hero-form-overlay {
        width: 95%;
        padding: 12px 10px;
    }

    .nav-logo {
        height: 24px;
    }

    .acc-logo {
        height: 26px;
    }

    .call-btn {
        padding: 4px 8px;
    }

        .call-btn .line2 {
            font-size: 9px;
        }

        .call-btn .line3 {
            font-size: 6px;
        }
}

/* iPhone 6/7/8 */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {

    .hero-form-overlay {
        width: 94%;
        max-width: 360px;
    }
}

/* iPhone 6+/7+/8+ */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {

    .hero-form-overlay {
        width: 92%;
        max-width: 400px;
    }
}

/* iPhone X, XS, 11 Pro */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {

    .hero-wrap {
        padding-top: 120px;
    }

    .floating-contact-buttons {
        bottom: calc(20px + env(safe-area-inset-bottom));
    }
}

/* iPhone XR, 11 */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {

    .hero-form-overlay {
        max-width: 390px;
    }
}

/* iPhone 12/13/14 Pro Max */
@media only screen and (min-device-width: 428px) and (max-device-width: 926px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {

    .hero-form-overlay {
        max-width: 410px;
    }
}

/* iPad Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {

    .hero-form-overlay {
        width: 60%;
        max-width: 450px;
        right: 5%;
        left: auto;
        transform: translateY(-50%);
        position: absolute;
        top: 50%;
    }

    .hero-content {
        position: absolute;
        top: 20%;
        left: 5%;
        width: 45%;
        text-align: left;
    }

    .hero-video {
        display: block;
        height: 500px;
    }

    .video-overlay {
        display: block;
    }
}

/* iPad Landscape */
@media only screen and (min-device-width: 769px) and (max-device-width: 1024px) and (orientation: landscape) {

    .hero-form-overlay {
        width: 40%;
        max-width: 400px;
        right: 3%;
        left: auto;
        transform: translateY(-50%);
        position: absolute;
        top: 50%;
    }

    .hero-content {
        position: absolute;
        top: 20%;
        left: 5%;
        width: 50%;
        text-align: left;
    }

    .hero-video {
        display: block;
        height: 550px;
    }

    .video-overlay {
        display: block;
    }

    .form-row {
        flex-direction: row;
    }
}
